home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / gg243730.zip / README.TXT < prev    next >
Text File  |  1993-03-06  |  5KB  |  130 lines

  1. ***********************************************************************
  2. ***                                                                 ***
  3. *** IBM International Technical Support Center, Boca Raton, Florida ***
  4. ***                                                                 ***
  5. ***              OS/2 Version 2.0 Technical Compendium              ***
  6. ***                                                                 ***
  7. ***                           GBOF-2254                             ***
  8. ***                                                                 ***
  9. ***                        Sample Code for                          ***
  10. ***                                                                 ***
  11. ***           OS/2 Version 2.0 - Volume 1: Control Program          ***
  12. ***                                                                 ***
  13. ***                           GG24-3730                             ***
  14. ***                                                                 ***
  15. ***********************************************************************
  16.  
  17.  
  18. Please use the PKZIP shareware utility to unpack the files.
  19.  
  20. *************************** Disclaimer ********************************
  21.  
  22. References in this package to IBM products, programs or services do not
  23. imply that IBM intends to make these available in all countries in which
  24. IBM operates.  Any reference to an IBM product, program, or service is not
  25. intended to state or imply that only IBM's product, program, or service may
  26. be used.  Any functionally equivalent program that does not infringe any of
  27. IBM's intellectual property rights may be used instead of the IBM product,
  28. program or service.
  29.  
  30. Information in this package was developed in conjunction with use of the
  31. equipment specified, and is limited in application to those specific
  32. hardware and software products and levels.
  33.  
  34. IBM may have patents or pending patent applications covering subject matter
  35. in this package.  The furnishing of this package does not give you any
  36. license to these patents.  You can send license inquiries, in writing, to
  37. the IBM Director of Commercial Relations, IBM Corporation, Purchase,
  38. NY 10577.
  39.  
  40. The information contained in this package has not been submitted to any
  41. formal IBM test and is distributed AS IS.
  42.  
  43. The use of this information or the implementation of any of these
  44. techniques is a customer responsibility and depends on the customer's
  45. ability to evaluate and integrate them into the customer's operational
  46. environment.  While each item may have been reviewed by IBM for accuracy in
  47. a specific situation, there is no guarantee that the same or similar
  48. results will be obtained elsewhere.  Customers attempting to adapt these
  49. techniques to their own environments do so at their own risk.
  50.  
  51. This package contains examples of data used in daily
  52. business operations.  To illustrate them as completely as possible, the
  53. examples contain the names of individuals, companies, brands, and products.
  54. All of these names are fictitious and any similarity to the names and
  55. addresses used by an actual business enterprise is entirely coincidental.
  56.  
  57. *********************** End of Disclaimer *****************************
  58.  
  59.  
  60. Notes on Control Program Redbook Examples
  61. =========================================
  62.  
  63. MEMLAB1:
  64.  
  65.   Demonstrates the use of the new
  66.   DosAllocMem API, and the handling
  67.   of General Protection Exceptions.
  68.  
  69. MEMLAB2:
  70.  
  71.   Demonstrates the different types
  72.   of memory allocation.
  73.  
  74. MEMLAB3:
  75.  
  76.   Demonstrates multiple DOS sessions
  77.   started from a OS/2 program, and
  78.   to show how the size of the swap
  79.   file varies as the sessions are
  80.   started and what happens to the swap
  81.   file after the sessions are stopped.
  82.  
  83. MEMLAB4:
  84.  
  85.   Demonstrates the new system
  86.   limit for the number of threads
  87.   per process in OS/2 2.0 and the
  88.   effect of thread creation on the
  89.   growth of SWAPPER.DAT.
  90.  
  91. SWAPSIZE:
  92.  
  93.   To be used with the Lab Session
  94.   Examples given in Appendix C of the
  95.   OS/2 Version 2.0 Volume 1: Control
  96.   Program Document no GG24-3730.
  97.   This program interrogates and
  98.   displays the size of the
  99.   SWAPPER.DAT at regular intervals
  100.   in a PM window. The interval is
  101.   initially set to 10 seconds. This
  102.   may be changed to 30 seconds or
  103.   60 seconds by selecting the
  104.   Interval action bar.
  105.  
  106.  
  107.  
  108.  
  109. The other Redbooks, covering OS/2 Version 2.0 are:
  110.  
  111.  
  112. GG24-3731  "OS/2 Version 2.0 - Volume 2: DOS and Windows Environment"
  113.  
  114. (Sample code available in package RB3731.ZIP on CompuServe
  115.  and GG243731 PACKAGE on OS2TOOLS)
  116.  
  117. GG24-3732  "OS/2 Version 2.0 - Volume 3: Presentation Manager & Workplace Shell"
  118.  
  119. GG24-3774  "OS/2 Version 2.0 - Volume 4: Application Development"
  120.  
  121. (Sample code available in package RB3774.ZIP on CompuServe
  122.  and GG243774 PACKAGE on OS2TOOLS)
  123.  
  124. GG24-3775  "OS/2 Version 2.0 - Volume 5: Print Subsystem"
  125.  
  126. (Sample code available in package RB3775.ZIP on CompuServe
  127.  and GG243775 PACKAGE on OS2TOOLS)
  128.  
  129. ------------------------------------------------------------------------
  130.